home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Compilers⁄Interps
/
GCC 1.37.1r15 Full
/
Scripts
/
gC
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-20
|
198 b
|
12 lines
|
[
TEXT/MPS
]
set echo 0
set oldexit {exit}
set exit 0
set temp "••gcc-driver-temp••"
driver {"parameters"} > "{temp}" && "{temp}"
set error "{status}"
delete -i -y "{temp}"
set exit "{oldexit}"
exit "{error}"